Autogenerated HTML docs for v1.6.3.3-444-g4ecbc 
diff --git a/config.txt b/config.txt index 2fecbe3..cb6832b 100644 --- a/config.txt +++ b/config.txt 
@@ -456,7 +456,9 @@  it will be treated as a shell command. For example, defining  "alias.new = !gitk --all --not ORIG_HEAD", the invocation  "git new" is equivalent to running the shell command -"gitk --all --not ORIG_HEAD". +"gitk --all --not ORIG_HEAD". Note that shell commands will be +executed from the top-level directory of a repository, which may +not necessarily be the current directory.    apply.whitespace:: 	Tells 'git-apply' how to handle whitespaces, in the same way @@ -1043,6 +1045,12 @@ 	over HTTPS. Can be overridden by the 'GIT_SSL_KEY' environment 	variable.   +http.sslCertPasswordProtected:: +	Enable git's password prompt for the SSL certificate. Otherwise +	OpenSSL will prompt the user, possibly many times, if the +	certificate or private key is encrypted. Can be overridden by the +	'GIT_SSL_CERT_PASSWORD_PROTECTED' environment variable. +  http.sslCAInfo:: 	File containing the certificates to verify the peer with when 	fetching or pushing over HTTPS. Can be overridden by the